gtk4.git
11 years agoGtkPlacesSidebar: Be consistent in messages
Matthias Clasen [Fri, 22 Aug 2014 15:07:41 +0000 (11:07 -0400)]
GtkPlacesSidebar: Be consistent in messages

Always quote drive/volume names.

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoGtkFileChooserWidget: Better typography
Matthias Clasen [Fri, 22 Aug 2014 15:07:13 +0000 (11:07 -0400)]
GtkFileChooserWidget: Better typography

No double space after .

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoGtkVolumeButton: Better typography
Matthias Clasen [Fri, 22 Aug 2014 15:06:47 +0000 (11:06 -0400)]
GtkVolumeButton: Better typography

Use a small space before %. This matches what we do for percentages
elsewhere.

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoGtkProgressBar: Mark the default text for translation
Matthias Clasen [Fri, 22 Aug 2014 15:06:08 +0000 (11:06 -0400)]
GtkProgressBar: Mark the default text for translation

At the same time, use a small space before %.
This matches what is done in GtkCellRendererProgress.

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoProgress widgets: Better typography
Matthias Clasen [Fri, 22 Aug 2014 15:05:20 +0000 (11:05 -0400)]
Progress widgets: Better typography

Use a small space before %.

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoGtkBuilder: Improve error messages
Matthias Clasen [Fri, 22 Aug 2014 15:04:07 +0000 (11:04 -0400)]
GtkBuilder: Improve error messages

No `' looks just terrible. For quoting in non-UI contexts, we
prefer either '' or "".

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoGtkColorSelection: Better typography
Matthias Clasen [Fri, 22 Aug 2014 15:03:07 +0000 (11:03 -0400)]
GtkColorSelection: Better typography

Use U+201C/U+201D for quoting, and use U+2019 instead of apostrophe.

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoBroadway: Improve formatting of an error message
Matthias Clasen [Fri, 22 Aug 2014 15:02:31 +0000 (11:02 -0400)]
Broadway: Improve formatting of an error message

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoPrinting: Better typography
Matthias Clasen [Fri, 22 Aug 2014 14:15:44 +0000 (10:15 -0400)]
Printing: Better typography

Use U+007D MULTPLICATION SIGN for dimensions.

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoGtkPrintUnixDialog: Better typography
Matthias Clasen [Fri, 22 Aug 2014 14:06:49 +0000 (10:06 -0400)]
GtkPrintUnixDialog: Better typography

Use U+2236 RATIO instead of ':' for times.

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoUse better typography for paper names
Matthias Clasen [Thu, 21 Aug 2014 21:03:00 +0000 (17:03 -0400)]
Use better typography for paper names

Use U+00D7 MULTIPLICATION SIGN instead of a plain old x in
paper names, following https://wiki.gnome.org/Design/OS/Typography.

This is a string change.

https://bugzilla.gnome.org/show_bug.cgi?id=735192

11 years agoBump version
Matthias Clasen [Tue, 30 Sep 2014 02:14:49 +0000 (22:14 -0400)]
Bump version

11 years ago3.14.1
Matthias Clasen [Tue, 30 Sep 2014 01:37:36 +0000 (21:37 -0400)]
3.14.1

11 years agoUpdate file lists
Matthias Clasen [Tue, 30 Sep 2014 01:28:25 +0000 (21:28 -0400)]
Update file lists

We were forgetting to include some theme files.

11 years agoquartz: Add availability check for >= 10.7 API
Jesse van den Kieboom [Sat, 23 Aug 2014 08:59:29 +0000 (10:59 +0200)]
quartz: Add availability check for >= 10.7 API

This adds both a compile time check for the SDK version being
compiled against, as well as a runtime check in the case the
resulting binary is run against an older SDK.

https://bugzilla.gnome.org/show_bug.cgi?id=735054

11 years agoAdwaita: draw the trough on progressbars in treeviews
Lapo Calamandrei [Mon, 29 Sep 2014 18:11:49 +0000 (20:11 +0200)]
Adwaita: draw the trough on progressbars in treeviews

See https://bugzilla.gnome.org/show_bug.cgi?id=737517

11 years agoAdwaita: make links readable in the dark variant
Lapo Calamandrei [Fri, 26 Sep 2014 15:05:17 +0000 (17:05 +0200)]
Adwaita: make links readable in the dark variant

And fix the messy style we have for *:link in the process.
https://bugzilla.gnome.org/show_bug.cgi?id=737386

11 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 29 Sep 2014 17:22:20 +0000 (19:22 +0200)]
Updated Spanish translation

11 years agogesture: Document pitfalls on foreign gesture state changes
Carlos Garnacho [Mon, 29 Sep 2014 13:35:20 +0000 (15:35 +0200)]
gesture: Document pitfalls on foreign gesture state changes

Add some docs/example about the possible event handling ordering issues
that may appear on GtkGesture::begin between multiple gesture groups.
Mostly relevant for state changes.

11 years agoAdwaita: provide simple guidelines for theming
Jakub Steiner [Mon, 29 Sep 2014 12:07:10 +0000 (14:07 +0200)]
Adwaita: provide simple guidelines for theming

- Some simple instructions for future SASS/ruby lovers

11 years agodepend on particular version of sass
Jakub Steiner [Fri, 26 Sep 2014 14:33:20 +0000 (16:33 +0200)]
depend on particular version of sass

11 years agoGtkFontButton: Make sure the dialog isn't destroyed on delete-event
Rui Matos [Thu, 5 Dec 2013 20:35:36 +0000 (21:35 +0100)]
GtkFontButton: Make sure the dialog isn't destroyed on delete-event

The remaining code assumes that the dialog doesn't get destroyed, but
it actually does on delete-event.

In particular, the filter function and the preview text are lost as
soon as the dialog is created and thus when we create a new dialog we
don't have those properties to set on it anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=719936

11 years agogdk_rgba_parse : do not segfault on null string
Pierre-Yves Luyten [Wed, 27 Aug 2014 21:14:15 +0000 (23:14 +0200)]
gdk_rgba_parse : do not segfault on null string

11 years agoRevert "Make Ctrl-u and Ctrl-k work in GtkTextView too"
Matthias Clasen [Sun, 28 Sep 2014 15:42:28 +0000 (11:42 -0400)]
Revert "Make Ctrl-u and Ctrl-k work in GtkTextView too"

This reverts commit 5744bb3cf16cabfe4ee4677c7250ee8f90550a37.

This causes conflicts with already existing shortcuts e.g.
in gedit.

11 years agoUpdated Latvian translation
Rūdolfs Mazurs [Sun, 28 Sep 2014 09:35:00 +0000 (12:35 +0300)]
Updated Latvian translation

11 years agoUpdated Greek translation
Tom Tryfonidis [Sat, 27 Sep 2014 10:24:52 +0000 (13:24 +0300)]
Updated Greek translation

11 years agoAdd a test for GtkBuilder typename-mangling
Matthias Clasen [Sat, 27 Sep 2014 03:29:38 +0000 (23:29 -0400)]
Add a test for GtkBuilder typename-mangling

This test makes sure that out heuristic for finding
get_type functions works as expected.

https://bugzilla.gnome.org/show_bug.cgi?id=635258

11 years agoFactor out a function
Matthias Clasen [Sat, 27 Sep 2014 03:28:55 +0000 (23:28 -0400)]
Factor out a function

Factor out the typename-to-get-type mangling as a separate
function, for easier testing.

Also fix some cases where it doesn't, currently, like
GString -> g_string_get_type and
GdkRGB -> gdk_rgb_get_type

11 years agoGtkBuilder: Mention more error domains
Matthias Clasen [Sat, 27 Sep 2014 02:37:21 +0000 (22:37 -0400)]
GtkBuilder: Mention more error domains

This has been requested in
https://bugzilla.gnome.org/show_bug.cgi?id=708206

11 years agoTypo fix
Matthias Clasen [Sat, 27 Sep 2014 02:30:20 +0000 (22:30 -0400)]
Typo fix

11 years agoGtkRange: Fix an event propagation issue
Matthias Clasen [Sat, 27 Sep 2014 02:21:11 +0000 (22:21 -0400)]
GtkRange: Fix an event propagation issue

The scale in the selectable listbox in page 2 of gtk3-widget-factory
has the flaw that the row is getting selected even when one only
interacts with the scale - unlike e.g. the checkbutton and button
further down in the listbox.

The problem is that GtkRange is trying to claim the sequence for
the drag gesture from the ::pressed handler of a multipress
gesture. Since the drag gesture hasn't seen the sequence at this
point, that is ineffective.

The fix here is to rearrange the gestures so that the multipress
gesture sees the sequence before the drag gesture, and then
claim the sequence from the ::drag-begin handler.

11 years agoTrivial: reword docs a bit
Matthias Clasen [Fri, 26 Sep 2014 23:24:00 +0000 (19:24 -0400)]
Trivial: reword docs a bit

11 years agoGtkRange: claim sequence when popping up menu
Matthias Clasen [Fri, 26 Sep 2014 23:18:57 +0000 (19:18 -0400)]
GtkRange: claim sequence when popping up menu

This was clearly an oversight - the function claims the sequence
at the end, and for the popup menu case, we have an early exit
that misses this.

11 years agoAdd a style class to fullscreened windows
Matthias Clasen [Fri, 26 Sep 2014 22:08:46 +0000 (18:08 -0400)]
Add a style class to fullscreened windows

This will let us tweak stuff that gets shown in fullscreen windows,
https://bugzilla.gnome.org/show_bug.cgi?id=654051

11 years agoFix a memory leak in gtk_test_find_label
Matthias Clasen [Fri, 26 Sep 2014 22:00:19 +0000 (18:00 -0400)]
Fix a memory leak in gtk_test_find_label

Pointed out by Garrett Regier in
https://bugzilla.gnome.org/show_bug.cgi?id=737439

11 years agoMake Ctrl-u and Ctrl-k work in GtkTextView too
Matthias Clasen [Fri, 26 Sep 2014 21:53:07 +0000 (17:53 -0400)]
Make Ctrl-u and Ctrl-k work in GtkTextView too

It doesn't make sense to have them work in entries, but not here.

11 years agoinspector: Drop an unused variable
Matthias Clasen [Fri, 26 Sep 2014 15:15:25 +0000 (11:15 -0400)]
inspector: Drop an unused variable

11 years agoentry: Revisit Ctrl-u one more time
Matthias Clasen [Fri, 26 Sep 2014 15:14:28 +0000 (11:14 -0400)]
entry: Revisit Ctrl-u one more time

Add a Ctrl-k binding too, and make them match their traditional
commandline meaning or 'erase line to the beginning/end'.

11 years agoGtkEntry: Add a key binding for clearing the entry
Matthias Clasen [Fri, 26 Sep 2014 14:29:10 +0000 (10:29 -0400)]
GtkEntry: Add a key binding for clearing the entry

Ctrl-u is a fine, well-established keybinding for this purpose,
lets just use it.

11 years agoinspector: Simplify populating the tree
Matthias Clasen [Fri, 26 Sep 2014 13:49:47 +0000 (09:49 -0400)]
inspector: Simplify populating the tree

No need to loop toplevels in two places.

11 years agoinspector: Show the warning dialog without delay
Matthias Clasen [Fri, 26 Sep 2014 13:43:21 +0000 (09:43 -0400)]
inspector: Show the warning dialog without delay

The delay was a mistaken attempt to work around a problem that
is now better understood, see
https://bugzilla.gnome.org/show_bug.cgi?id=735338

11 years agoRemove some redundant code
Matthias Clasen [Fri, 26 Sep 2014 13:40:30 +0000 (09:40 -0400)]
Remove some redundant code

No need to check the same widget twice in a row for being a window.

11 years agoGtkWindow: improve the inspector keybinding
Matthias Clasen [Fri, 26 Sep 2014 13:37:28 +0000 (09:37 -0400)]
GtkWindow: improve the inspector keybinding

Binding signals can return a boolean indicating whether they
handled the event. Use that here and return FALSE if the
inspector keybinding is disabled.

11 years agoUpdated Polish translation
Piotr Drąg [Fri, 26 Sep 2014 10:18:29 +0000 (12:18 +0200)]
Updated Polish translation

11 years agogtk-demo: Don't create 2 main windows
Matthias Clasen [Fri, 26 Sep 2014 03:57:34 +0000 (23:57 -0400)]
gtk-demo: Don't create 2 main windows

Loading a builder file with a window leaves a ghost behind, since
windows need to be explicitly destroyed. Avoid that by using
gtk_builder_add_objects_from_resource.

11 years agoUpdated Indonesian translation
Andika Triwidada [Fri, 26 Sep 2014 03:12:08 +0000 (03:12 +0000)]
Updated Indonesian translation

11 years agoinspector: life-cycle fixes
Matthias Clasen [Fri, 26 Sep 2014 03:05:15 +0000 (23:05 -0400)]
inspector: life-cycle fixes

When closing the inspector before the main window, we must take
care to sever all signal connections and weak refs, otherwise
things will go bad when the window is closed later.

11 years agoFix testgtk.c when building for Wayland.
Eric Le Bihan [Thu, 25 Sep 2014 08:11:38 +0000 (10:11 +0200)]
Fix testgtk.c when building for Wayland.

Fix wrong usage of GDK_WINDOWING_WAYLAND instead of
GDK_WINDOWING_X11 in test/testgtk.c.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
https://bugzilla.gnome.org/show_bug.cgi?id=737363

11 years agobutton: Fix ::clicked emission on touchscreens sending pointer events
Carlos Garnacho [Thu, 25 Sep 2014 13:24:46 +0000 (15:24 +0200)]
button: Fix ::clicked emission on touchscreens sending pointer events

When GtkGestureMultiPress::released happens, in_button should be unset
after emitting GtkButton::released, whose default implementation uses it.
Moreover, in_button should only be unset there for real touch events, not
guaranteed to trigger crossing events, as opposed to every pointer/touch
events from touchscreens.

https://bugzilla.gnome.org/show_bug.cgi?id=737297

11 years agoUse titlebar action settings for CSD windows
Matthias Clasen [Thu, 25 Sep 2014 05:26:06 +0000 (01:26 -0400)]
Use titlebar action settings for CSD windows

Instead of hardcoding these actions, consult the settings.
Note that not all of the actions supported by gnome-shell are
implemented here, only maximize, minimize, lower, and menu.

https://bugzilla.gnome.org/show_bug.cgi?id=729782

11 years agoFactor out titlebar click actions
Matthias Clasen [Thu, 25 Sep 2014 04:47:33 +0000 (00:47 -0400)]
Factor out titlebar click actions

So they can be made configurable.

https://bugzilla.gnome.org/show_bug.cgi?id=729782

11 years agoImplement titlebar action settings for Wayland
Matthias Clasen [Thu, 25 Sep 2014 05:25:49 +0000 (01:25 -0400)]
Implement titlebar action settings for Wayland

https://bugzilla.gnome.org/show_bug.cgi?id=729782

11 years agoImplement titlebar action settings for X11
Matthias Clasen [Thu, 25 Sep 2014 05:25:25 +0000 (01:25 -0400)]
Implement titlebar action settings for X11

https://bugzilla.gnome.org/show_bug.cgi?id=729782

11 years agoAdd settings for titlebar actions
Matthias Clasen [Thu, 25 Sep 2014 05:24:44 +0000 (01:24 -0400)]
Add settings for titlebar actions

These match the GSettings that mutter/metacity/gnome-shell have
for this. We change the default for the middle-click action to
none, since lower is just a terrible default.

We're slightly bending the rules here, since we're adding new
settings after .0, but a) it is just barely after .0, and b) settings
are not really application API.

https://bugzilla.gnome.org/show_bug.cgi?id=729782

11 years agoUpdated Hungarian translation
Balázs Úr [Thu, 25 Sep 2014 16:00:08 +0000 (16:00 +0000)]
Updated Hungarian translation

11 years agoUpdated Russian translation
Stas Solovey [Thu, 25 Sep 2014 11:55:56 +0000 (11:55 +0000)]
Updated Russian translation

11 years agoUpdated Serbian translation
Мирослав Николић [Thu, 25 Sep 2014 07:46:30 +0000 (09:46 +0200)]
Updated Serbian translation

11 years agoMake GtkModelButton work with touch
Matthias Clasen [Thu, 25 Sep 2014 03:33:23 +0000 (23:33 -0400)]
Make GtkModelButton work with touch

Some recent refactoring changed things so that in_button is no
longer TRUE when released() is called for touch events. As a minimal
fix, let GtkButton do more of the work by chaining up to its
pressed and released handlers, which know how to handle touch
events. This could be further improved by leaving more of the
state handling to GtkButton, like it was done for GtkToggleButton.

11 years agoImprove workarea documentation
Matthias Clasen [Thu, 25 Sep 2014 00:34:16 +0000 (20:34 -0400)]
Improve workarea documentation

Worth mentioning that workarea may not exist, and that we
return the full monitor geometry in that case.

11 years agox11: Neuter workarea in fullscreen scenarios
Matthias Clasen [Thu, 25 Sep 2014 00:20:00 +0000 (20:20 -0400)]
x11: Neuter workarea in fullscreen scenarios

If we have a fullscreen window that covers a monitor, desktop
chrome is not relevant for placing of menus and other popups.
Therefore, return the full monitor geometry instead of the
workarea in this case.

https://bugzilla.gnome.org/show_bug.cgi?id=737251

11 years agoFix comment typo
Matthias Clasen [Wed, 24 Sep 2014 23:50:28 +0000 (19:50 -0400)]
Fix comment typo

11 years agoUpdated Serbian translation
Мирослав Николић [Wed, 24 Sep 2014 20:08:31 +0000 (22:08 +0200)]
Updated Serbian translation

11 years agoUpdated French translation
Alexandre Franke [Wed, 24 Sep 2014 13:56:58 +0000 (13:56 +0000)]
Updated French translation

11 years agoUpdated Telugu translation
Krishnababu Krothapalli [Tue, 23 Sep 2014 23:19:49 +0000 (23:19 +0000)]
Updated Telugu translation

11 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 23 Sep 2014 17:45:10 +0000 (19:45 +0200)]
Updated Spanish translation

11 years agoUpdated Indonesian translation
Andika Triwidada [Tue, 23 Sep 2014 17:22:35 +0000 (17:22 +0000)]
Updated Indonesian translation

11 years agoUpdated Telugu translation
Krishnababu Krothapalli [Tue, 23 Sep 2014 16:39:03 +0000 (16:39 +0000)]
Updated Telugu translation

11 years agoUpdated Telugu translation
Praveen Illa [Tue, 23 Sep 2014 16:37:33 +0000 (16:37 +0000)]
Updated Telugu translation

11 years agoGtkSwitch: Use gtk_widget_add_tick_callback
Matthias Clasen [Tue, 23 Sep 2014 15:22:12 +0000 (11:22 -0400)]
GtkSwitch: Use gtk_widget_add_tick_callback

This api automatically takes care of dealing with disappearing
frame clocks, which we currently forget to and pay with crashes.

11 years agoUpdated Hebrew translation
Yosef Or Boczko [Tue, 23 Sep 2014 14:22:25 +0000 (17:22 +0300)]
Updated Hebrew translation

11 years agoUpdated German translation
Wolfgang Stöggl [Tue, 23 Sep 2014 12:13:42 +0000 (12:13 +0000)]
Updated German translation

11 years agoUpdated Tamil translation
Shantha kumar [Tue, 23 Sep 2014 12:04:41 +0000 (12:04 +0000)]
Updated Tamil translation

11 years agoUpdated Tamil translation
Shantha kumar [Tue, 23 Sep 2014 11:10:03 +0000 (11:10 +0000)]
Updated Tamil translation

11 years agoUpdated Hindi translation
Rajesh Ranjan [Tue, 23 Sep 2014 11:06:51 +0000 (11:06 +0000)]
Updated Hindi translation

11 years agoUpdated Scottish Gaelic translation
GNOME Translation Robot [Tue, 23 Sep 2014 11:06:15 +0000 (11:06 +0000)]
Updated Scottish Gaelic translation

11 years agoUpdated Hindi translation
Rajesh Ranjan [Tue, 23 Sep 2014 11:04:41 +0000 (11:04 +0000)]
Updated Hindi translation

11 years agoFix MSVC 2010+ Build for Icon Browser
Chun-wei Fan [Tue, 23 Sep 2014 11:02:51 +0000 (19:02 +0800)]
Fix MSVC 2010+ Build for Icon Browser

A needed include path was missed, make up for that.

11 years agoMSVC Builds: Build and Install gtk3-icon-browser
Chun-wei Fan [Tue, 23 Sep 2014 10:54:34 +0000 (18:54 +0800)]
MSVC Builds: Build and Install gtk3-icon-browser

Add the icon browser demo to the Visual Studio projects, and "install" it
as well.

11 years agoUpdated Scottish Gaelic translation
GNOME Translation Robot [Tue, 23 Sep 2014 10:36:05 +0000 (10:36 +0000)]
Updated Scottish Gaelic translation

11 years agoUpdated Greek translation
Tom Tryfonidis [Tue, 23 Sep 2014 07:16:15 +0000 (10:16 +0300)]
Updated Greek translation

11 years agoUpdated Czech translation
Marek Černocký [Tue, 23 Sep 2014 05:12:10 +0000 (07:12 +0200)]
Updated Czech translation

11 years agoUpdated Kannada translation
Shankar Prasad [Tue, 23 Sep 2014 04:49:19 +0000 (04:49 +0000)]
Updated Kannada translation

11 years agoUpdated Kannada translation
Shankar Prasad [Tue, 23 Sep 2014 04:46:17 +0000 (04:46 +0000)]
Updated Kannada translation

11 years agowin32: provide an implementation for gdk_test_simulate_key().
Jehan [Fri, 15 Aug 2014 19:58:11 +0000 (19:58 +0000)]
win32: provide an implementation for gdk_test_simulate_key().

https://bugzilla.gnome.org/show_bug.cgi?id=734879

11 years agopopover: Don't run full dispose() when unmanaging the widget
Carlos Garnacho [Mon, 15 Sep 2014 12:05:43 +0000 (14:05 +0200)]
popover: Don't run full dispose() when unmanaging the widget

A popover can go unmanaged for 2 reasons, when the widget it points to
gets destroyed, or transitionally in gtk_popover_set_relative_to(). In
both of these cases it makes sense to only unset popover information
about the previous widget managing it, if the popover is meant to
survive the unmanaging through extra refs.

Also, the focus widget prior to a modal popover being shown is considered
information about the relative_to widget, unset it on
gtk_popover_update_relative_to() with the rest.

https://bugzilla.gnome.org/show_bug.cgi?id=736193

11 years agogtkwindow: run ::event and specific handlers for EWMH action triggering events
Carlos Garnacho [Tue, 16 Sep 2014 19:19:40 +0000 (21:19 +0200)]
gtkwindow: run ::event and specific handlers for EWMH action triggering events

This gives an opportunity for implementations to handle these events
differently, instead of hardcoding the WM-triggering behavior.

gtk_window_event() only forwards events for WM management if the event
widget is not the window (ie. caught when bubbling), so is safe to be
called here without triggering gtk_window_handle_wm_event() twice.

This commit is an adaption to master of
https://bugzilla.gnome.org/show_bug.cgi?id=736702#c1 by Cosimo Cecchi.

11 years agogdkwindow: check grab window and children on get_pointer_window()
Carlos Garnacho [Tue, 16 Sep 2014 15:14:09 +0000 (17:14 +0200)]
gdkwindow: check grab window and children on get_pointer_window()

If !owner_events, the pointer window has been usually set to NULL if
the pointer fell outside the grabbing widget, but it was not being
checked that the pointer_window is actually a child of the grab
window, in which case it should be obtained as if ungrabbed.

https://bugzilla.gnome.org/show_bug.cgi?id=735749

11 years agoscalebutton: Invert smooth scroll dy when adding to the current value
Carlos Garnacho [Thu, 18 Sep 2014 11:48:35 +0000 (13:48 +0200)]
scalebutton: Invert smooth scroll dy when adding to the current value

On regular scrolling (ie. not natural scrolling), positive deltas in the
Y axis (downwards) should actually move the value towards the adjustment
minimum value to be more intuitive. This also makes the scrolling
directions match between the button and the popped up scale.

https://bugzilla.gnome.org/show_bug.cgi?id=736830

11 years agoUpdated Brazilian Portuguese translation
Rafael Ferreira [Tue, 23 Sep 2014 00:16:37 +0000 (00:16 +0000)]
Updated Brazilian Portuguese translation

11 years agoUpdated Galician translations
Fran Diéguez [Tue, 23 Sep 2014 00:01:15 +0000 (02:01 +0200)]
Updated Galician translations

11 years agoUpdated Polish translation
Piotr Drąg [Mon, 22 Sep 2014 23:45:25 +0000 (01:45 +0200)]
Updated Polish translation

11 years agoinspector: Show the source of settings
Matthias Clasen [Fri, 19 Sep 2014 12:44:21 +0000 (08:44 -0400)]
inspector: Show the source of settings

This can be useful at times to see if a setting is coming
from an XSetting, or overridden by the application.

https://bugzilla.gnome.org/show_bug.cgi?id=736971

11 years agoGtkSettings: Add a private getter for the source
Matthias Clasen [Fri, 19 Sep 2014 12:41:06 +0000 (08:41 -0400)]
GtkSettings: Add a private getter for the source

Settings have a little more metadata than plain properties. They
can come from different sources. Make this information available
so we can show it in the inspector.

https://bugzilla.gnome.org/show_bug.cgi?id=736971

11 years agoUpdate Czech po-properties translation
Petr Kovar [Mon, 22 Sep 2014 15:43:26 +0000 (17:43 +0200)]
Update Czech po-properties translation

11 years agoUpdate Czech translation
Petr Kovar [Mon, 22 Sep 2014 14:42:20 +0000 (16:42 +0200)]
Update Czech translation

11 years agoinspector: remove g_message()
Sébastien Wilmet [Thu, 18 Sep 2014 17:18:58 +0000 (19:18 +0200)]
inspector: remove g_message()

It was probably added for debugging purposes.

https://bugzilla.gnome.org/show_bug.cgi?id=736557

11 years agoreftest: Build a shared lib on win32
Benjamin Otte [Mon, 22 Sep 2014 13:41:35 +0000 (15:41 +0200)]
reftest: Build a shared lib on win32

Windows needs a shared library to link the modules against, otherwise
the undefined symbols make it not work.

So build a shared library on Windows.

We don't want a library elsewhere, as that just complicates things, so
we only make the library shared on Windows and keep it as a noinst
library otherwise.

https://bugzilla.gnome.org/show_bug.cgi?id=736338

11 years agoreftest: Add missing include of reftest-snapshot.h
Rico Tzschichholz [Mon, 22 Sep 2014 13:19:51 +0000 (15:19 +0200)]
reftest: Add missing include of reftest-snapshot.h

11 years agoTrivial formatting fix
Matthias Clasen [Mon, 22 Sep 2014 13:04:19 +0000 (09:04 -0400)]
Trivial formatting fix

11 years agoFix a typo
Matthias Clasen [Mon, 22 Sep 2014 10:59:29 +0000 (06:59 -0400)]
Fix a typo